From 8d0ad79238aeeee3b0ca680d2f3ae637927ef369 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 22 Dec 2015 10:49:21 -0800 Subject: [PATCH] Adwaita: remove combobox separator styling The separator does not exist anymore. --- gtk/theme/Adwaita/_common.scss | 4 ---- gtk/theme/Adwaita/gtk-contained-dark.css | 2 -- gtk/theme/Adwaita/gtk-contained.css | 2 -- 3 files changed, 8 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 63ad6035c6..4bcd95ff5b 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -968,10 +968,6 @@ combobox { min-width: 16px; } & menuitem { text-shadow: none; } - &.separator.vertical { - // always disable separators - -GtkWidget-wide-separators: true; - } & > entry.combo { &:dir(ltr) { border-top-right-radius: 0; diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index b2022081d2..eadf5764d9 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -1534,8 +1534,6 @@ combobox { min-width: 16px; } combobox menuitem { text-shadow: none; } - combobox.separator.vertical { - -GtkWidget-wide-separators: true; } combobox > entry.combo:dir(ltr), combobox > spinbutton.combo:dir(ltr) { border-top-right-radius: 0; border-bottom-right-radius: 0; } diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index 963ae0d536..30b97209bf 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -1534,8 +1534,6 @@ combobox { min-width: 16px; } combobox menuitem { text-shadow: none; } - combobox.separator.vertical { - -GtkWidget-wide-separators: true; } combobox > entry.combo:dir(ltr), combobox > spinbutton.combo:dir(ltr) { border-top-right-radius: 0; border-bottom-right-radius: 0; } -- 2.30.2